'Declaration Public Class GenericCache (Of TKey,TValue,TCacheNodeFactory As {New, CacheNodeFactory(Of TKey,TValue)})
public class GenericCache<TKey,TValue,TCacheNodeFactory> where TCacheNodeFactory: new(), CacheNodeFactory<TKey,TValue>
'Declaration Public Class GenericCache (Of TKey,TValue,TCacheNodeFactory As {New, CacheNodeFactory(Of TKey,TValue)})
public class GenericCache<TKey,TValue,TCacheNodeFactory> where TCacheNodeFactory: new(), CacheNodeFactory<TKey,TValue>
System.Object
GrapeCity.Viewer.Common.Implementation.GenericCache<TKey,TValue,TCacheNodeFactory>
GrapeCity.Viewer.Common.Implementation.PageViewCache